From bb82035f9c9e0e387d28c1a3112a087ad03c2497 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 26 May 2016 09:36:37 -0700 Subject: [PATCH] Bump version numbers Working on 0.12.0 now --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- Makefile.in | 2 +- src/crates-io/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e86f8e00..257498e8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,11 +1,11 @@ [root] name = "cargo" -version = "0.11.0" +version = "0.12.0" dependencies = [ "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "bufstream 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "cargotest 0.1.0", - "crates-io 0.2.0", + "crates-io 0.4.0", "crossbeam 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "curl 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", "curl-sys 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)", @@ -66,7 +66,7 @@ name = "cargotest" version = "0.1.0" dependencies = [ "bufstream 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", - "cargo 0.11.0", + "cargo 0.12.0", "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "git2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -92,7 +92,7 @@ dependencies = [ [[package]] name = "crates-io" -version = "0.2.0" +version = "0.4.0" dependencies = [ "curl 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4e6b62760..cd99d7d1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [project] name = "cargo" -version = "0.11.0" +version = "0.12.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] @@ -18,7 +18,7 @@ path = "src/cargo/lib.rs" [dependencies] advapi32-sys = "0.1" -crates-io = { path = "src/crates-io", version = "0.2" } +crates-io = { path = "src/crates-io", version = "0.4" } crossbeam = "0.2" curl = "0.2" curl-sys = "0.1" diff --git a/Makefile.in b/Makefile.in index 04fc58072..2d5a6e23f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -CFG_RELEASE_NUM=0.11.0 +CFG_RELEASE_NUM=0.12.0 CFG_RELEASE_LABEL= OPENSSL_VERS=1.0.2h diff --git a/src/crates-io/Cargo.toml b/src/crates-io/Cargo.toml index 72f732295..07e1c15dd 100644 --- a/src/crates-io/Cargo.toml +++ b/src/crates-io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crates-io" -version = "0.2.0" +version = "0.4.0" authors = ["Alex Crichton "] license = "MIT/Apache-2.0" repository = "https://github.com/rust-lang/cargo" -- 2.30.2